home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / Apple II / Programming & Utilities / Apple IIgs APW Intro Prog Src / HP.CC / README.txt < prev    next >
Encoding:
Text File  |  1987-09-11  |  1.9 KB  |  37 lines

  1.  
  2. *
  3. * README -- General information about the C version of HodgePodge
  4. *
  5.  
  6. The files in this directory are the source code for the C version of
  7. HodgePodge, a sample program which demonstrates many features of the Apple
  8. //GS tools.  To build the executable/launchable (type S16) load file, type
  9. "MAKE" at the prompt.  The executable file will be called "HP".
  10.  
  11. All files with the suffix ".CC" are the C source files.  An additional file,
  12. "HP.H", is a private header file used by all C source files of HodgePodge.
  13.  
  14. Throughout the program, calls are made to error checking routines (such as
  15. CheckDiskError and CheckToolError) in "DIALOG.CC".  Since these routines
  16. are called from many different places, they each take a "Where" integer
  17. parameter which is displayed along with the error message when an error
  18. occurs, facilitating the location of the operation which caused the error.
  19.  
  20.  
  21.  
  22. Files in this directory:
  23.  
  24. Name            Type                    Comments              Access  Subtype   
  25. README          TXT            This file                      DNBWR
  26. MAKE            SRC            Exec script builds HodgePodge  DNBWR   EXEC
  27. LINK            SRC            LinkEd script file             DNBWR   LINKED   
  28. HP.CC           SRC            C-language source file         DNBWR   CC       
  29. EVENT.CC        SRC            C-language source file         DNBWR   CC       
  30. MENU.CC         SRC            C-language source file         DNBWR   CC       
  31. WINDOW.CC       SRC            C-language source file         DNBWR   CC       
  32. FONT.CC         SRC            C-language source file         DNBWR   CC       
  33. PRINT.CC        SRC            C-language source file         DNBWR   CC       
  34. DIALOG.CC       SRC            C-language source file         DNBWR   CC       
  35. HP.H            SRC            C-language header file         DNBWR   CC       
  36. HP              S16            Executable load file           DNBWR
  37.